home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / ADVANCED / TEXTURE.H < prev    next >
Encoding:
Text File  |  1998-08-12  |  170 b   |  8 lines

  1.  
  2. /* texture.h - by David Blythe, SGI */
  3.  
  4. /* Simple SGI .rgb image file loader routine. */
  5.  
  6. unsigned *
  7. read_texture(char *name, int *width, int *height, int *components);
  8.